home *** CD-ROM | disk | FTP | other *** search
- //{{AFX_INCLUDES()
- #include "cell.h"
- //}}AFX_INCLUDES
- #if !defined(AFX_DEMOFILEDLG_H__E82B5282_ECA4_11D1_8DDD_444553540000__INCLUDED_)
- #define AFX_DEMOFILEDLG_H__E82B5282_ECA4_11D1_8DDD_444553540000__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // DemoFileDlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CDemoFileDlg dialog
-
- class CDemoFileDlg : public CDialog
- {
- // Construction
- public:
- CDemoFileDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CDemoFileDlg)
- enum { IDD = IDD_DIALOG_SVAELOAD };
- CString m_filename;
- CCell m_ctrl;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDemoFileDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- BOOL isopen;
- // Generated message map functions
- //{{AFX_MSG(CDemoFileDlg)
- afx_msg void OnButtonBrowser();
- afx_msg void OnButtonOpen();
- afx_msg void OnButtonSave();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_DEMOFILEDLG_H__E82B5282_ECA4_11D1_8DDD_444553540000__INCLUDED_)
-